C#
VB
C++
Determines whether the IDictionary contains an element with the specified item.
public bool Contains(
KeyValuePair<TKey, TValue> item
)
Public Function Contains( _
ByVal item As KeyValuePair(Of TKey,TValue) _
) As Boolean
public:
bool Contains(
KeyValuePair<TKey^,TValue^> item
)
item
The item to locate in the IDictionary.
true if the IDictionary contains an item with the specified key; otherwise, false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET